ddddmmmmPPPPaaaarrrraaaammmmssssGGGGeeeettttNNNNuuuummmmEEEElllleeeemmmmssss returns the number of elements present in a
parameter/value list. The number of elements in a list, and their
ordering is guaranteed to remain stable unless the list is changed using
one of the "set" functions, by copying an element into it, or by removing
an element.
ddddmmmmPPPPaaaarrrraaaammmmssssGGGGeeeettttTTTTyyyyppppeeee returns the type of value stored in an entry in the list.
The value returned will be one of: DDDDMMMM____TTTTYYYYPPPPEEEE____EEEENNNNUUUUMMMM, DDDDMMMM____TTTTYYYYPPPPEEEE____IIIINNNNTTTT,
DDDDMMMM____TTTTYYYYPPPPEEEE____SSSSTTTTRRRRIIIINNNNGGGG, DDDDMMMM____TTTTYYYYPPPPEEEE____FFFFLLLLOOOOAAAATTTT, DDDDMMMM____TTTTYYYYPPPPEEEE____FFFFRRRRAAAACCCCTTTTIIIIOOOONNNN, DDDDMMMM____TTTTYYYYPPPPEEEE____PPPPAAAARRRRAAAAMMMMSSSS, or
ddddmmmmPPPPaaaarrrraaaammmmssssCCCCooooppppyyyyAAAAllllllllEEEElllleeeemmmmssss copies the entire contents of one parameter list to
another. If there are any parameters with the same name in both lists,
the value in the destination list will be lost. DDDDMMMM____SSSSUUUUCCCCCCCCEEEESSSSSSSS is returned
if there is enough memory to hold the copied data, DDDDMMMM____FFFFAAAAIIIILLLLUUUURRRREEEE if not.
ddddmmmmPPPPaaaarrrraaaammmmssssRRRReeeemmmmoooovvvveeeeEEEElllleeeemmmm removes one element from the given list. The element
named must be present.
NNNNOOOOTTTTEEEESSSS
The indexed routines ddddmmmmPPPPaaaarrrraaaammmmssssGGGGeeeettttEEEElllleeeemmmm and ddddmmmmPPPPaaaarrrraaaammmmssssGGGGeeeettttEEEElllleeeemmmmTTTTyyyyppppeeee have been
obsoleted. Instead, to determine the type of an element, use
ddddmmmmPPPPaaaarrrraaaammmmssssGGGGeeeettttTTTTyyyyppppeeee. To traverse a parameter/value list, use ddddmmmmPPPPaaaarrrraaaammmmssssSSSSccccaaaannnn.